GetWUTime
GetWUTime Get the current wakeup time settings
#include <Power.h> Power Manager
OSErr GetWUTime(WUTime, WUflag);
long *WUTime current wakeup timer setting
Byte *WUFlag Timer flag (see below)
returns
The GetWUTime function returns the current setting of the wakeup timer
and indicates whether the wakeup timer is enabled.
The value returned by the WUTime parameter is the current setting of the
wakeup timer specified as the number of seconds since midnight, January 1,
1904. If the low-order bit (bit 0) of the WUFlag parameter is set to 1, the
wakeup timer is enabled. The other bits in the WUFlag parameter are reserved.